perm filename CHANGE.TMP[MF,ALS] blob
sn#757769 filedate 1984-06-19 generic text, type C, neo UTF8
COMMENT ⊗ VALID 00002 PAGES
C REC PAGE DESCRIPTION
C00001 00001
C00002 00002 @x Set up terminal I/O:
C00003 ENDMK
C⊗;
@x Set up terminal I/O:
and |term_out| for terminal output.
@↑system dependencies@>
@<Glob...@>=
@!buffer:array[0..terminal_line_length] of ASCII_code;
@!term_in:text_file; {the terminal, considered as an input file}
@!term_out:text_file; {the terminal, considered as an output file}
@y
and |term_out| for terminal output.
@↑system dependencies@>
@d term_in==tty
@d term_out==tty
@<Glob...@>=
@!buffer:array[0..terminal_line_length] of ASCII_code;
@z